home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / i_am_leg.swf / scripts / frame_702 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  268 b   |  15 lines

  1. stop();
  2. end_bg_sd();
  3. bg_sd(1);
  4. System.useCodepage = true;
  5. myXML.load(link_a_url);
  6. if(highscore_act == true)
  7. {
  8.    yourscore_mc._visible = false;
  9. }
  10. else
  11. {
  12.    yourscore_mc.yourname_txt.text = yourname_text;
  13.    yourscore_mc.yourscore_txt.text = score_txt;
  14. }
  15.